*{
    font-family: Roboto, sans-serif;
} 

 .icon-check{
                  font-family: 'simple-line-icons' !important;
          }
/* --- 1. FEATURES SECTION --- */
  .features-section { padding: 80px 0; }
  .feature-card {
    background: #ffffff; border-radius: 15px; padding: 40px 30px;
    transition: all 0.3s ease-in-out; border: none;
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.05);*/
        box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px !important; height: 100%;
  }
  .feature-card:hover { 
    transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); 
    /*border: 2px dashed #0083b0;*/ 
  }
  .feature-card img { 
    max-height: 180px; width: auto; margin-bottom: 25px; 
    filter: drop-shadow(0 10px 10px rgba(0,0,0,0.1)); 
  }
  .feature-card h3 { 
    font-weight: 700; color: #333; margin-bottom: 15px; 
    font-size: 1.5rem; font-family: 'Roboto', sans-serif !important; 
  }
  .feature-card p { color: #6c757d; font-size: 0.95rem; line-height: 1.6; }

  /* --- 2. SHOWCASE SECTION --- */
  .showcase-modern { padding: 100px 0; background-color: #eaf7fc; }
  .showcase-row { margin-bottom: 120px; align-items: center; display: flex; }
  .img-holder { position: relative; padding: 15px; }
  .img-holder img { 
    width: 100%; border-radius: 20px; transition: all 0.4s ease; 
  }
  .showcase-row:hover .img-holder img { transform: translateY(-10px); }
  .content-holder { padding: 0 10%; }
  .content-holder h2 { 
    font-weight: 700; color: #1a202c; font-size: 2.25rem; 
    margin-bottom: 25px; font-family: 'Roboto', sans-serif !important; 
  }
  .feature-list { list-style: none; padding: 0; margin-bottom: 30px; }
  .feature-list li { 
    display: flex; align-items: center; margin-bottom: 15px; 
    font-size: 1.1rem; color: #4a5568; font-family: 'Roboto', sans-serif !important; 
  }
  .feature-list li i { font-size: 1.2rem; margin-right: 15px; color: #00b4db; font-weight: bold; }

  /* --- 3. TESTIMONIAL SECTION --- */
  .testimonial-section2 { background: #f5f5f5; padding: 80px 0; }
  .testim .wrap {
    position: relative; max-width: 900px; margin: auto; padding: 60px 50px;
    background: #ffffff; border-radius: 25px; border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 25px 70px rgba(0,0,0,0.07);    height: 355px;
  }
  .testim .cont div { opacity: 0; transform: scale(0.95); transition: all 0.6s; display: none; text-align: center; }
  .testim .cont div.active { display: block; opacity: 1; transform: scale(1); }
  .testim .cont p { font-size: 1.15rem; line-height: 1.8; color: black; font-style: italic; margin-bottom: 25px; }
  .testim .cont .h4 { color: #00b4db; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; }
  .testim .arrow { 
    width: 45px; height: 45px; background: #fff; position: absolute; top: 50%; 
    transform: translateY(-50%); border-radius: 50%; display: flex; align-items: center; 
    justify-content: center; color: #00b4db; box-shadow: 0 10px 20px rgba(0,0,0,0.05); cursor: pointer; z-index: 10; 
  }
  .testim .arrow.left { left: 10px; }
  .testim .arrow.right { right: 10px; }
  .testim .dots .dot { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e0; display: inline-block; margin: 0 5px; cursor: pointer; }
  .testim .dots .dot.active { background: #00b4db; width: 30px; border-radius: 10px; }
    .testim .cont div p {
            color: black;
    }
  /* --- RESPONSIVE MEDIA QUERIES --- */

  /* Tablet aur Choti Screens (Laptops se niche) */
  @media (max-width: 991px) {
    .showcase-row { flex-direction: column !important; margin-bottom: 80px; }
    .showcase-row:nth-child(even) { flex-direction: column !important; } /* Alternate rows ko bhi seedha kiya */
    .content-holder { padding: 40px 5% 0 5%; text-align: center; }
    .feature-list li {         justify-content: left;
        text-align: left;}
    .showcase-modern { padding: 60px 0; }
    .content-holder h2 { font-size: 1.8rem; }
  }

  /* Mobile Screens */
  @media (max-width: 767px) {
    .features-section, .testimonial-section2 { padding: 50px 0; }
    .feature-card { padding: 30px 20px; margin-bottom: 20px; }
    .feature-card img { max-height: 140px; }
    .testim .wrap { padding: 40px 20px; }
    .testim .cont p { font-size: 1rem; line-height: 1.6; }
    .testim .arrow { display: none; } /* Mobile par arrows hta diye */
    .showcase-modern h2 { font-size: 1.6rem; }
    .img-holder img { border-radius: 15px; }

  
  }

@media (min-width: 300px) and (max-width: 321px) {
     .about-feature-box {
        padding: 40px 10px !important;
    }
         .team-card {
        padding: 5px !important;
        margin: 5px;
    }
}


  /*@media (max-width: 768px)  {
       .new-g{
            display: flex;
    gap: 10px;
    }
  }*/
   




  .testim .cont > div {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.testim .cont > div.active {
    display: block;
    opacity: 1;
}

.testim .arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 24px;
    color: #00b4db;
    transform: translateY(-50%);
    z-index: 10;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    margin-top: 20px;
}

.testim .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}

.testim .dot.active {
    background: #00b4db;
}


/* --- SHOWCASE SECTION (Main Container) --- */
.showcase-modern { 
    padding: 50px 0; 
}
.wrapper {
    background: white;
    padding: 35px;
}

.showcase-row { 
    margin-bottom: 50px; 
    align-items: center; 
    display: flex; 
}

/* Image Styling & Hover Effect */
.img-holder { 
    position: relative; 
    padding: 15px; 
}

.img-holder img { 
    width: 100%; 
    border-radius: 20px; 
    transition: all 0.4s ease; 
}

.showcase-row:hover .img-holder img { 
    transform: translateY(-10px); 
}

/* Content & Typography */
.content-holder { 
    padding: 0 10%; 
}

.content-holder h2 { 
    font-weight: 700; 
    color: #1a202c; 
    font-size: 2.25rem; 
    margin-bottom: 25px; 
    font-family: 'Roboto', sans-serif !important; 
}

/* Feature List (Bullet Points) */
.feature-list { 
    list-style: none; 
    padding: 0; 
    margin-bottom: 30px; 
}

.feature-list li { 
    display: flex; 
    align-items: center; 
    margin-bottom: 15px; 
    font-size: 1.1rem; 
    color: #4a5568; 
    font-family: 'Roboto', sans-serif !important; 
}

.feature-list li i { 
    font-size: 1.2rem; 
    margin-right: 15px; 
    color: #00b4db; 
    font-weight: bold; 
}

/* --- RESPONSIVE QUERIES (Mobile/Tablet) --- */
@media (max-width: 991px) {
    .showcase-row { 
        flex-direction: column !important; 
        margin-bottom: 80px; 
    }
    .content-holder { 
        padding: 40px 5% 0 5%; 
        text-align: center; 
    }
    .feature-list li { 
        justify-content: left; 
        text-align: left; 
    }
    .showcase-modern { 
        padding: 60px 0; 
    }
    .content-holder h2 { 
        font-size: 1.8rem; 
    }
}

@media (max-width: 767px) {
    .showcase-modern h2 { 
        font-size: 1.6rem; 
    }
    .img-holder img { 
        border-radius: 15px; 
    }
}


/* --- SHOWCASE SECTION (Main Container) --- */
.showcase-modern { 
    padding: 50px 0; 
}
.wrapper {
    background: white;
    padding: 35px;
}

.showcase-row { 
    margin-bottom: 50px; 
    align-items: center; 
    display: flex; 
}

/* Image Styling & Hover Effect */
.img-holder { 
    position: relative; 
    padding: 15px; 
}

.img-holder img { 
    width: 100%; 
    border-radius: 20px; 
    transition: all 0.4s ease; 
}

.showcase-row:hover .img-holder img { 
    transform: translateY(-10px); 
}

/* Content & Typography */
.content-holder { 
    padding: 0 10%; 
}

.content-holder h2 { 
    font-weight: 700; 
    color: #1a202c; 
    font-size: 2.25rem; 
    margin-bottom: 25px; 
    font-family: 'Roboto', sans-serif !important; 
}

/* Feature List (Bullet Points) */
.feature-list { 
    list-style: none; 
    padding: 0; 
    margin-bottom: 30px; 
}

.feature-list li { 
    display: flex; 
    align-items: center; 
    margin-bottom: 15px; 
    font-size: 1.1rem; 
    color: #4a5568; 
    font-family: 'Roboto', sans-serif !important; 
}

.feature-list li i { 
    font-size: 1.2rem; 
    margin-right: 15px; 
    color: #00b4db; 
    font-weight: bold; 
}

/* --- RESPONSIVE QUERIES (Mobile/Tablet) --- */
@media (max-width: 991px) {
    .showcase-row { 
        flex-direction: column !important; 
        margin-bottom: 80px; 
    }
    .content-holder { 
        padding: 40px 5% 0 5%; 
        text-align: center; 
    }
    .feature-list li { 
        justify-content: left; 
        text-align: left; 
    }
    .showcase-modern { 
        padding: 60px 0; 
    }
    .content-holder h2 { 
        font-size: 1.8rem; 
    }
}

@media (max-width: 767px) {
    .showcase-modern h2 { 
        font-size: 1.6rem; 
    }
    .img-holder img { 
        border-radius: 15px; 
    }
}

 /* Heavy Glassmorphism Card */
    .well {
        background: var(--dark-bg) !important;
        background: linear-gradient(135deg, #0f2027, #203a43, #2c5364) !important;
        border: 1px solid rgba(255,255,255,0.1) !important;
        border-radius: 30px !important;
        padding: 25px;
        box-shadow: 0 25px 50px rgba(0,0,0,0.5) !important;
        position: relative;
        overflow: hidden;
    }

    /* Decorative Glow Circles */
    .well::before {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
        width: 150px;
        height: 150px;
        background: #00b4db;
        filter: blur(80px);
        opacity: 0.3;
    }

    /* Floating Animation for Cards */
    @keyframes float {
        0% { transform: translateY(0px); }
        50% { transform: translateY(-15px); }
        100% { transform: translateY(0px); }
    }

    .contact .card {
        border: none;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 15px 35px rgba(0,0,0,0.05);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        animation: float 4s ease-in-out infinite;
    }

    .contact:nth-child(2) .card { animation-delay: 0.5s; }
    .contact:nth-child(3) .card { animation-delay: 1s; }

    .contact .card:hover {
        transform: scale(1.05) translateY(-10px) !important;
        box-shadow: 0 20px 40px rgba(0,180,219,0.2) !important;
    }

    /* Modern Inputs */
    .form-control {
        /*background: rgba(255,255,255,0.08) !important;*/
            background: white;
        border: 1px solid rgba(255,255,255,0.1) !important;
        border-radius: 12px !important;
        color: #fff !important;
        height: 35px;
        padding-left: 20px;
    }

    .form-control:focus {
        background: rgba(255,255,255,0.15) !important;
        border-color: #00b4db !important;
        box-shadow: 0 0 15px rgba(0,180,219,0.4) !important;
    }
    .card.text-center.p-5 {
    height: 100%;
    max-height: 380px;
}
    /* Heavy Button */
    .btn-primary {
        background: var(--primary-gradient) !important;
        border: none !important;
        border-radius: 50px !important;
        padding: 15px 40px !important;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        box-shadow: 0 10px 20px rgba(0,180,219,0.3) !important;
    }

    .btn-primary:hover {
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 15px 30px rgba(0,180,219,0.5) !important;
    }

    /* Section Title Animation */
    h1.main-title {
        font-size: 3rem;
        background: linear-gradient(to right, #2c3e50, #00b4db);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 50px;
    }

    .main-title-1{
           font-size: 3rem;
        background: linear-gradient(to right, #2c3e50, #00b4db);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 50px;
    }

    .icon-circle {
        width: 80px;
        height: 80px;
        background: var(--primary-gradient);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        color: white;
        font-size: 30px;
    }
    label {
    display: inline-block;
    margin-bottom: .5rem;
    color: white;
}
    @media (max-width: 480px) {
        .centri {
                display: flex;
    flex-direction: column;
    gap: 10px;
        }
        .well {
            padding: 20px !important;
        }
    }
    /* MOBILE FIX */
@media (max-width: 768px) {
    .contact {
        margin-bottom: 20px;
    }

    .contact .card {
        border-radius: 15px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }
}

/* OPTIONAL - better spacing desktop */
.contact {
    padding: 10px;
}

  /* ===== SECTION BACKGROUND ===== */
.about-proz-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    position: relative;
    overflow: hidden;
}

/* subtle glowing effect */
.about-proz-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(0, 255, 200, 0.15);
    filter: blur(120px);
    top: -100px;
    left: -100px;
}

/* ===== TEXT AREA ===== */
.about-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
}

/* underline effect */
.about-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #00ffd5;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* paragraph */
.about-text {
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    transition: 0.3s;
}

/* hover highlight */
.about-text:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* highlight mission */
.about-text span {
    color: #00ffd5;
    font-weight: 600;
}

/* ===== BUTTON ===== */
.about-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background: linear-gradient(45deg, #00ffd5, #00b4db);
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.about-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 255, 213, 0.4);
}

/* ===== IMAGE ===== */
.about-image {
    text-align: center;
}

.image-wrapper {
    position: relative;
    padding: 10px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.image-wrapper img {
    width: 100%;
    border-radius: 15px;
    transition: 0.5s;
}

/* hover zoom */
.image-wrapper:hover img {
    transform: scale(1.05);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .about-title {
        font-size: 30px;
    }

    .about-proz-section {
        padding: 60px 20px;
    }
}
/* ===== TEAM SECTION (MATCH ABOUT) ===== */
.team-pro-section {
    /*padding: 100px 0;*/
background-color: #eaf7fc;
    position: relative;
    overflow: hidden;
}

/* glow effect same as about */
.team-pro-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(0, 255, 200, 0.12);
    filter: blur(120px);
    bottom: -100px;
    right: -100px;
}

/* ===== TITLE ===== */
.team-title {
    font-size: 40px;
    font-weight: 800;
    color: #2c5364;
}

.team-subtitle {
color: #95a0ad;
}

/* ===== CARD ===== */
.team-card {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    transition: 0.4s;
}

/* hover */
.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,255,200,0.2);
}

/* ===== IMAGE ===== */
.team-img-wrapper {
    padding: 10px;
    border-radius: 20px;
}

.team-img-wrapper img {
    width: 100%;
    border-radius: 15px;
    transition: 0.5s;
}

.team-img-wrapper:hover img {
    transform: scale(1.05);
}

/* ===== TEXT ===== */
.team-name {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.team-role {
    color: #00ffd5;
    margin-bottom: 15px;
    font-weight: 600;
}

.team-desc {
    color: #d1d5db;
    line-height: 1.8;
    transition: 0.3s;
}

.team-desc:hover {
    color: #fff;
}

/* responsive */
@media (max-width: 768px) {
    .team-card {
        padding: 25px;
        margin: 5px;
    }

    .team-title {
        font-size: 28px;
    }
}
/* ===== FEATURE BOX ===== */
.about-feature-box {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(15px);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    position: relative;
    transition: 0.4s;
}

/* glow effect */
.about-feature-box::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(0,255,213,0.2);
    filter: blur(100px);
    top: -50px;
    right: -50px;
}

/* hover */
.about-feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(0,255,213,0.3);
}

/* title */
.feature-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 700;
}

/* items */
.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: #d1d5db;
    font-size: 15px;
    transition: 0.3s;
        text-align: left;
}

/* icons */
.feature-item i {
    color: #00ffd5;
    margin-right: 12px;
    font-size: 18px;
}

/* hover effect */
.feature-item:hover {
    color: #fff;
    transform: translateX(5px);
}

/* animation */
.feature-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.6s ease forwards;
}

.feature-item:nth-child(2) { animation-delay: 0.2s; }
.feature-item:nth-child(3) { animation-delay: 0.4s; }
.feature-item:nth-child(4) { animation-delay: 0.6s; }
.feature-item:nth-child(5) { animation-delay: 0.8s; }
.feature-item:nth-child(6) { animation-delay: 1s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    .privacy-section {
        background: #f4f7f9;
        padding: 60px 0; 
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    }

    /* Main Content Card */
    .policy-container {
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
        padding: 40px; 
        border: 1px solid #e1e8ed;
        position: relative;
        overflow: hidden;
    }

    /* Header Styling */
    .policy-header {
        border-bottom: 2px solid #f0f0f0;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .policy-header h1 {
        color: #2c5364;
        font-size: 2rem;
        font-weight: 800;
        margin-bottom: 10px;
    }

    /* Section Headings */
    .policy-content h4 {
        color: #2d3748;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        font-size: 1.15rem;
    }

    .policy-content h4::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #2c5364;
        margin-right: 12px;
        border-radius: 10px;
        flex-shrink: 0; 
    }

  
    .policy-content p {
        color: #4a5568;
        line-height: 1.7;
        font-size: 1rem;
        margin-bottom: 15px;
        word-wrap: break-word;
    }


    .usage-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 25px;
    }

    .usage-list li {
        background: #f8fafc;
        margin-bottom: 10px;
        padding: 12px 15px;
        border-radius: 8px;
        border-left: 3px solid #cbd5e0;
        transition: all 0.3s ease;
        font-size: 0.95rem;
    }

    .usage-list li:hover {
        border-left: 3px solid #0061f2;
        background: #f1f5f9;
        transform: translateX(5px);
    }


    .contact-box {
        background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
        color: white;
        padding: 25px;
        border-radius: 12px;
        margin-top: 30px;
        display: flex;
        flex-direction: column; 
        gap: 20px;
    }

    /* DESKTOP RESPONSIVENESS */
    @media (min-width: 768px) {
        .privacy-section { padding: 80px 0; }
        .policy-container { padding: 50px; }
        .policy-header h1 { font-size: 2.2rem; }
        .policy-content h4 { font-size: 1.25rem; }
        .contact-box {
            flex-direction: row; 
            justify-content: space-between;
            align-items: center;
        }
    }

    @media (max-width: 576px) {
        .policy-container {
            padding: 25px 20px;
            border-radius: 10px;
        }
        .policy-header h1 { font-size: 1.6rem; }
        .contact-number h3 { font-size: 1.4rem; }
        .usage-list li:hover { transform: none; } 
    }

    .contact-info-text strong {
        font-size: 1.1rem;
        display: block;
        margin-bottom: 8px;
        color: #63b3ed;
    }

    .last-updated-badge {
        display: inline-block;
        background: #edf2f7;
        color: #718096;
        padding: 6px 15px;
        border-radius: 50px;
        font-size: 0.8rem;
        margin-top: 40px;
    }

    .policy-content a {
        color: #0061f2;
        text-decoration: none;
        font-weight: 600;
        word-break: break-all; 
    }



    .terms-section {
        background: #f4f7f9;
        padding: 60px 0;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    }

    /* Main Content Card */
    .terms-card {
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
        padding: 40px;
        border: 1px solid #e1e8ed;
        position: relative;
    }

    /* Header Styling */
    .terms-header {
        border-bottom: 2px solid #f0f0f0;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .terms-header h1 {
        color: #1a202c;
        font-size: 2.2rem;
        font-weight: 800;
        margin-bottom: 5px;
    }

    /* Important Notice Styling */
    .important-notice {
        background: #fff8eb;
        border-left: 4px solid #f6ad55;
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 4px;
        color: #744210;
        font-size: 0.95rem;
        font-weight: 600;
    }

    /* Section Headings */
    .terms-content strong {
        color: #2d3748;
        display: block;
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-weight: 700;
    }

    /* Disclaimer / Upper Case Text */
    .disclaimer-text {
        background: #f8fafc;
        padding: 20px;
        border-radius: 8px;
        font-size: 0.9rem;
        color: #4a5568;
        border: 1px dashed #cbd5e0;
        margin: 20px 0;
        line-height: 1.6;
    }

    /* Paragraph Styling */
    .terms-content p {
        color: #4a5568;
        line-height: 1.8;
        font-size: 1.05rem;
        margin-bottom: 20px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .terms-section { padding: 40px 0; }
        .terms-card { padding: 25px; }
        .terms-header h1 { font-size: 1.8rem; }
    }